From: Sebastian Kemper Date: Sun, 21 Jan 2018 17:44:59 +0000 (+0100) Subject: sngrep: add some features X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=b56aec67e846a4901c914ec8e37258c6dd17bd5c;p=feed%2Ftelephony.git sngrep: add some features This commit enables support for: - IPv6 - Homer export - TLS Signed-off-by: Sebastian Kemper --- diff --git a/net/sngrep/Makefile b/net/sngrep/Makefile index 3af8d04..d755ada 100644 --- a/net/sngrep/Makefile +++ b/net/sngrep/Makefile @@ -32,7 +32,7 @@ define Package/sngrep SECTION:=utils CATEGORY:=Utilities SUBMENU:=Telephony - DEPENDS:=+libpcap +libpthread +libpcre +libncursesw + DEPENDS:=+libncursesw +libopenssl +libpcap +libpcre TITLE:=Ncurses SIP messages flow viewer URL:=https://github.com/irontec/sngrep endef @@ -47,8 +47,11 @@ in one packet). endef CONFIGURE_ARGS += \ - --with-pcre \ + --enable-eep \ + --enable-ipv6 \ --enable-unicode \ + --with-openssl \ + --with-pcre define Package/sngrep/install $(INSTALL_DIR) $(1)/usr/bin